home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / vectlib.exe / README.TXT < prev    next >
Text File  |  1991-07-27  |  4KB  |  85 lines

  1.     The Vector Library, version 1.0, is a C++ class library for handling 2
  2. dimensional and 3 dimensional vectors and 3x3 matrices with relative ease.
  3. The 2 dimensional vectors can be accessed and handled in either polar or
  4. rectangular format (you need not choose, both can be used on the same
  5. object, as it is handled automatically) and the 3 dimensional vectors can be
  6. accessed and handled in rectangular format only (as polar format for 3
  7. dimensional vectors is awkward at best).  The 3x3 matrices contain elements
  8. of type double and can be manipulated with ease (most of the work has been
  9. done for you).  The header files are well commented and you can easily
  10. figure out how to use each operator and function by looking at the function
  11. prototype and reading the comments.  The Vector Library is Shareware and
  12. only the small model library, necessary header files, and this file have
  13. been provided.  The Vector Library is Copyright 1991 by Scott Litvinoff, All
  14. Rights Reserved.  If you like the library and find it useful, please send
  15. $10 to:
  16.  
  17.         Scott Litvinoff
  18.         103-25 68th Avenue
  19.         Forest Hills, NY 11375
  20.  
  21. For this $10 donation, you will receive the library version for the rest of
  22. the memory models (compact, medium, large, and huge) and the source code for
  23. the library.  You will also receive bug fixes, new versions when they come
  24. out, and more detailed documentation.  The unregistered version shall be
  25. distributed by the public at will, provided that all of the following files
  26. but only the following files are included and no changes to any of the files
  27. are made:
  28.  
  29.         vect2.h
  30.         vect3.h
  31.         matrix.h
  32.         readme.txt
  33.         vectors.lib
  34.  
  35. If you can find any bugs in the library, please send me mail at the above
  36. address or leave me mail on Compuserve, to User ID 72407,2626.
  37.  
  38.  
  39.          ----------------end-of-author's-documentation---------------
  40.  
  41.                          Software Library Information:
  42.  
  43.                     This disk copy provided as a service of
  44.  
  45.                            Public (software) Library
  46.  
  47.          We are not the authors of this program, nor are we associated
  48.          with the author in any way other than as a distributor of the
  49.          program in accordance with the author's terms of distribution.
  50.  
  51.          Please direct shareware payments and specific questions about
  52.          this program to the author of the program, whose name appears
  53.          elsewhere in  this documentation. If you have trouble getting
  54.          in touch with the author,  we will do whatever we can to help
  55.          you with your questions. All programs have been tested and do
  56.          run.  To report problems,  please use the form that is in the
  57.          file PROBLEM.DOC on many of our disks or in other written for-
  58.          mat with screen printouts, if possible.  PsL cannot debug pro-
  59.          programs over the telephone, though we can answer questions.
  60.  
  61.          Disks in the PsL are updated  monthly,  so if you did not get
  62.          this disk directly from the PsL, you should be aware that the
  63.          files in this set may no longer be the current versions. Also,
  64.          if you got this disk from another vendor and are having prob-
  65.          lems,  be aware that  some files may have become corrupted or
  66.          lost by that vendor. Get a current, working disk from PsL.
  67.  
  68.          For a copy of the latest monthly software library newsletter
  69.          and a list of the 3,000+ disks in the library, call or write
  70.  
  71.                            Public (software) Library
  72.                                P.O.Box 35705 - F
  73.                             Houston, TX 77235-5705
  74.  
  75.                                 1-800-2424-PSL
  76.                              MC/Visa/AmEx/Discover
  77.  
  78.                           Outside of U.S. or in Texas
  79.                           or for general information,
  80.                               Call 1-713-524-6394
  81.  
  82.                           PsL also has an outstanding
  83.                           catalog for the Macintosh.
  84.  
  85.